﻿* {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.item > img {
    width: 100%;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border-top: 1px solid #103c86;
}

legend {
    /*   padding: .5em;*/
    border: 0;
    width: 25%;
    text-align: center;
}

.qs-btn-sc {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 60px;
    border: 1px dashed #103c86;
    /*  background-color: #15a484;*/
}

.qs-row-title {
    height: 65px;
}

/*  .qs-row-title :first-child {
            font-family: 'Times New Roman';
            text-align: center;
            padding-top: 21px;
            font-size: 17px;
            color: #3B3C3E;
        }

        .qs-row-title > p {
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            color: #38383A;
            margin: 0px;
        }*/
.qs-home-product {
    background: url(/Images/home/home_1.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
}

.qs-home-und {
    background: url(/Images/home/home_2.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
}

.qs-home-ser {
    background: url(/Images/home/home_3.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
}

.qs-home-adv {
    background: url(/Images/home/home_4.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
}

.qs-home-future {
    background: url(/Images/home/home_5.png) no-repeat 0 0;
    background-size: contain;
    background-position: center;
}

.qs-product {
    /*    width: 32%;*/
    width: 25%;
    /*    box-shadow: 0 0 9px 3px #ddd;*/
    text-align: center;
    /*    border-radius: 5px;*/
    /* margin: 5px;*/
    margin: 0px 46px;
    float: left;
    /*    background-color: #00000026;*/
    cursor: pointer;
    /*    color: white;*/
    color: #103c86;
    border: 1px solid #103c86;
    transition: all 0.6s ease-in-out;
    position: relative;
}

    .qs-product:hover {
        /* box-shadow: 0 0 9px 3px #00000080;*/
        /*   border: 1px solid red;*/
    }

        /*       .qs-product:hover .qs-words {
            color: #103c86
        }*/

        .qs-product:hover .btn {
            color: white;
            background-color: #009688;
            transition: all 0.6s ease-in-out;
        }

        .qs-product:hover .qs-product-img {
            /* transform: rotateZ(-360deg);*/
        }

        .qs-product:hover .qs-product-p {
            border: 1px solid #009688;
            animation: none;
        }

.qs-product-img {
    /*    -webkit-transition: -webkit-transform 1.2s ease-out;*/
    width: 60px;
    /* height: 76px; */
    position: absolute;
    top: 38px;
    left: 107px;
}

.qs-product-p {
    width: 84px;
    height: 84px;
    margin: 0 auto;
    padding: 20px;
    /* background-color: red; */
    margin-top: 30px;
    position: relative;
    transform: rotate( 135deg );
    border-radius: 8px;
    border: 1px solid;
    transition: all 0.6s ease-in;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.qs-words {
    height: 150px;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: justify;
    padding: 14px;
    text-indent: 2em
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.col-lg-6 > video {
    /*    border-radius: 5px;*/
    width: 100%;
}

.qs-video-cover {
    background: rgba(8,8,8,0.65);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0px 15px 4px 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 300px;
}

    .qs-video-cover > button {
        width: 100px;
        height: 50px;
    }

.qs-ms-title {
    background: url(/Images/title.png) no-repeat 0 0;
    background-position: center;
    background-size: cover;
    font-size: 15px;
    padding: 0px 0px 0px 10px;
    height: 25px;
    line-height: 27px;
    color: white;
}

.qs-ms-line {
    border-bottom: 1px solid #12619f;
    padding-left: 0px;
}

.qs-ms-words {
    padding-left: 0px;
}

    .qs-ms-words > p {
        padding: 15px 0px;
        font-size: 15px;
        text-align: justify;
        letter-spacing: 1px;
        height: 235px;
        text-indent: 2em;
        overflow-y: auto;
        color: #103c86;
    }

.qs-find-area > .btn-default {
    color: #103c86 !important;
    border-color: #103c86 !important;
}

.qs-find-area > .btn {
    border-radius: 0px !important;
}

.qs-find-area > .btn-default:hover {
    color: white !important;
    background-color: #103c86 !important;
}

.qs-service-body {
    position: relative;
    height: 250px;
    /*    width: 2000%;*/
}

.btn-default:hover {
    color: white;
    background-color: #337ab7;
    border-color: #337ab7;
}

.qs-data-body {
    margin-top: 50px;
}

.qs-service-ms {
    /*border: 1px solid rgba(0,0,0,0.3);*/
    /*-webkit-transition: box-shadow 0.2s;
        -moz-transition: box-shadow 0.2s;
        transition: box-shadow 0.2s;*/
    /*border-radius: 10%;*/
    /*cursor: pointer;*/
    /*text-align: center;
        height: 150px;
        background-color:white*/
    /*background: url(../../Images/fwcp/qs_bg_1.png) no-repeat 0 0;
        background-size: 100%;*/
    /*background-position: center;
        text-align: center;
        position: relative;
        width: 200px;
        height: 180px;*/
    /*-webkit-transition: -webkit-transform 1.2s ease-out;*/
    cursor: pointer;
    background-position: center;
    text-align: center;
    position: relative;
    float: left;
    margin: 20px 70px;
    /* margin-bottom: 0; */
    box-shadow: 0 0 9px 3px #ddd;
    padding: 20px;
    border-radius: 30px;
}

.qs-service-img {
    width: 190px;
    position: relative;
    text-align: center;
    -webkit-transition: -webkit-transform 1.2s ease-out;
    z-index: 100;
}

    .qs-service-img:hover {
        /*box-shadow: 0 0 0 10px #337ab7;*/
        /*background-color: rgba(0,0,0,0.5);
            color: white;*/
        transform: rotateZ(180deg);
    }

.qs-service-detail {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    position: absolute;
    /*    width: 200px;*/
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.qs-advantage {
    height: 265px;
    border: 1px solid #346ea0;
    border-radius: 15px;
}

.qs-advantage-head {
    width: 100%;
    height: 40%;
    background-color: #346ea0;
    border-radius: 15px;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

    .qs-advantage-head > p {
        margin: 0px;
        text-align: center;
        line-height: 100px;
    }

h2 {
    font-size: 20px;
    font-weight: 700;
}

.qs-more-link {
    /*padding: 10px;*/
    border: 1px solid;
    border-radius: 5px;
    font-size: 15px;
    opacity: 0.5
}

.qs-service-title {
    line-height: 85px;
    text-align: center;
    /* display: inline-block; */
    font-weight: bold;
    font-size: 17px;
    margin-top: 18px !important;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none !important;
}

.qs-advantage-img {
    width: 100%;
}

.qs-company-partner {
    width: 164px;
    margin: 5px;
    float: left;
    border: 1px solid;
    height: 100px;
    padding: 5px;
    position: relative;
}

.qs-company-partner {
    /*    margin-bottom: 15px;*/
    border-color: #103c86;
    cursor: pointer;
}

.qs-partner-img > img {
    width: 152px;
    height: 85px;
    vertical-align: middle;
}

.qs-company-partner-cover {
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0px;
    bottom: 0;
    width: 163px;
    height: 100px;
    text-align: center;
    font-size: 15px;
    background: rgba(55,63,72, 0.83) !important;
    color: white;
    padding: 35px 10px;
    line-height: 20px;
    display: none;
}

.qs-company-partner:hover .qs-company-partner-cover {
    display: block;
}

.qs-partner-img {
    line-height: 87px;
}


.qs-home-anm {
    background: linear-gradient(#d0d5e482, #ffffff);
    clip-path: polygon(0% 0px, 100% 15%, 100% 100%, 0px 100%, 0px 32%);
    /*background-image: url('/Images/home/home_bk_1.jpg');*/
    padding-top: 65px;
    padding-bottom: 15px;
    /*        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;*/
    position: relative;
}

.qs-home-ser-body {
    background: linear-gradient(#d0d5e482, #ffffff);
    clip-path: polygon(100% 0px, 100% 15%, 100% 100%, 0px 100%, 0px 15%);
    /* polygon(17% 0px, 100% 28%, 100% 100%, 0px 100%, 0px 32%)*/ /* polygon(81.6% 0, 100% 84%, 0% 100%, 0 80%, 0 0)*/
    padding-bottom: 15px;
    padding-top: 65px;
    margin-top: -46px;
    /*       background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;*/
    /*        background-image: url(/Images/home/home_bk_2.jpg);*/
}

.find-area {
    padding-bottom: 15px;
    /*        background-image: url('/Images/home/home_bk_1.jpg');*/
    /*        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;*/
    position: relative;
    padding-top: 65px;
    clip-path: polygon(100% 0px, 100% 15%, 100% 100%, 0px 100%, 0px 15%);
    background: linear-gradient(#d0d5e482, #ffffff);
}

.qs-ser-ys {
    background: linear-gradient(#d0d5e482, #ffffff);
    clip-path: polygon(0% 0px, 100% 15%, 100% 100%, 0px 100%, 0px 32%);
    padding-top: 65px;
    padding-bottom: 15px;
}

.qs-partner-bk {
    padding-bottom: 30px;
    /*        background-image: url('/Images/home/home_bk_2.jpg');*/
    /*        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;*/
    position: relative;
    background: linear-gradient(#d0d5e482, #ffffff);
    padding-top: 65px;
    clip-path: polygon(100% 0px, 100% 28%, 100% 100%, 0px 100%, 0px 15%);
}

.qs-num-body {
    /*       background-color: #101c49;*/
    height: 220px;
    margin-top: 100px;
    /*    background-image: url('/Images/home/home_bk_5.png');*/
    /* padding-top: 65px; */
    /* padding-bottom: 55px; */
    /*    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 30px;
}

.qs-swiper-img {
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    line-height: 60px;
    background: #103c86;
    margin: 0 auto;
    transition: all 1s linear .1s;
}

    .qs-swiper-img > img {
        width: 30px;
    }

.qs-swiper-border {
    /*        width: 230px;
        height: 100%;
        box-shadow: 0 0 9px 3px #ddd;
        text-align: center;
        border-radius: 5px;
        margin: 0 auto;
        padding: 10px;*/
    /*width: 168px;*/
    width: 160px;
    /*      height: 100%;*/
    /*       box-shadow: 0 0 9px 3px #ddd;*/
    text-align: center;
    /*        border-radius: 5px;*/
    padding: 10px;
    display: inline-block;
    /*   margin: 0 25px;*/
    margin: 0 10px;
    border: 1px solid #103c86;
    cursor: pointer;
}

.qs-swiper-title {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #103c86;
    border-bottom: 1px dotted;
}

.qs-swiper-word {
    font-size: 13px;
    margin-bottom: 3px;
    line-height: 1.5;
    border-bottom: 1px dotted;
    padding: 5px 0px;
    color: #103c86;
}

.qs-swiper-link {
    line-height: 30px;
    width: 110px;
    margin: 0 auto;
    font-size: 12px;
    /*        border: 1px dotted white;*/
    cursor: pointer;
    margin-top: 12px;
    background-color: #103c86;
    transition: all 1s linear .1s;
}

    /*   .qs-swiper-link:hover {
            background-color: #103c86;
            color: white;
        }*/

    .qs-swiper-link a {
        color: white;
        transition: all 1s linear .1s;
    }

    .qs-swiper-link:hover a {
        color: #103c86;
        transition: all 1s ease-out .1s;
    }

.swiper-slide {
    padding: 3px;
}

.qs-swiper-border:hover .qs-swiper-img, .qs-swiper-border:hover .qs-swiper-link {
    transition: all 1s ease-out .1s;
    background-color: #009688;
}

.qs-num-top {
    border-bottom: 1px solid #103c86;
    margin-bottom: 20px;
    padding-left: 0px;
}

.qs-num-num {
    font-size: 30px;
    color: red;
    text-align: center;
}

.qs-num-body-cont {
    height: 100%;
    margin-top: -35px;
    background: linear-gradient(#e9ecf300,#d0d5e4c4, #e9ecf300);
}
/*.qs-num-words {
    font-size: 1.6rem;
    font-weight: bold;
}
.qs-num-ch {
    margin-top: 22px;
    color: #103c86;
}*/
.qs-num-data {
    font-size: 19px;
    padding-left: 30px;
    padding-right: 0px;
}
#closeBtn {
    margin-right: -29px;
    opacity: 1
}
#qs_parter{
    height:226px;
}
.swiper-pagination {
    height: 25px;
    line-height: 75px;
    bottom: 0px;
}
.modal-dialog video {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .layui-carousel {
        height: 150px !important;
    }

    .home-line {
        display: none;
    }

    .qs-service-body {
        height: 100%;
    }

    .qs-swiper-border {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .qs-home-ser-body {
        clip-path: none;
    }

    .qs-num-body {
        height: 100%;
        margin-top: 35px;
    }

    .qs-num-body-cont {
        margin-top: 0px;
    }

    .qs-num-top {
        padding-left: 15px;
    }

    .qs-num-data {
        text-align: center;
    }

    .qs-home-anm {
        clip-path: none;
        margin-top: 60px;
    }

    .num-cont {
        padding-bottom: 25px;
    }

    .qs-product {
        margin: 0px;
        margin-top: 15px;
        width: 100%;
    }

    .qs-product-img {
        width: 50px;
        top: 36px;
        left: 43%;
    }

    .qs-product-p {
        width: 70px;
        height: 70px;
    }

    .find-area, .qs-ser-ys, .qs-partner-bk {
        padding-top: 20px;
        clip-path: none;
    }
    .qs-ms-words {
        padding: 0px;
    }
        .qs-ms-words > p {
            height: 100%;
        }
    legend {
        width: 50%;
    }
    fieldset {
         padding:0px; 
         margin: 0px; 
    }
    .modal-dialog{
        width:100%
    }
        #closeBtn {
            margin-right: 0px;
        }
    .qs-partner-img > img {
        width: 100%;
        height: 85px;
    }
    .qs-company-partner {
        width: 29%;
        height: auto;
    }
    #qs_parter {
        height: 120px;
    }
    .qs-company-partner-cover {
        width: 100%;
        height: 98px;
        font-size: 12px;
        padding: 30px 0px;
        line-height: 20px;
        left: 0;
    }
}
@media only screen and (width: 768px) {
    .qs-product-img {
        left: 46.5%;
    }
}
@media only screen and (max-width:320px){
    .qs-company-partner {
        width: 28%;
    }
    .qs-company-partner-cover {
        width: 100%;
        font-size: 1%;
        padding: 25px 0px;
        line-height: 16px;
        left: 0;
    }
}
 


